Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
only formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
openmonk committed Mar 13, 2021
1 parent 2a734c8 commit db92043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for the icon and splash designed for guayadeque.

---

# Extra audio playback support
## Extra audio playback support

Various formats support (like `DSD/DSF`) requires ``gstreamer1.0-libav`` package:

Expand Down
4 changes: 2 additions & 2 deletions src/audio/GstTypeFinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ bool guGstTypeFinder::FetchMedia( void )
const gchar *const *extensions;
factory = GST_TYPE_FIND_FACTORY( p_feature );
wxArrayString t_value;
extensions = gst_type_find_factory_get_extensions( factory );
if( extensions != NULL )
extensions = gst_type_find_factory_get_extensions( factory );
if( extensions != NULL )
for( guint i = 0; extensions[i]; i++ )
{
wxString ext = extensions[i];
Expand Down

0 comments on commit db92043

Please sign in to comment.