gstreamer/subprojects/gst-plugins-base/gst/subparse
Tim-Philipp Müller f19f579712 samiparse: clean up some GString usage
There's no need to re-assign the return value of
g_string_append_*() functions and such to the variable
holding the GString. These return values are just for
convenience so function calls can be chained. The actual
GString pointer won't change, it's not a GList after all.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2685>
2022-07-01 17:24:52 +00:00
..
gstssaparse.c
gstssaparse.h
gstsubparse.c subparse: Handle GAP events before buffers 2022-03-09 23:58:07 +00:00
gstsubparse.h
gstsubparseelement.c subparse: don't try to index string with -1 2022-04-10 10:57:08 +10:00
gstsubparseelements.h
gstsubparseplugin.c
meson.build
mpl2parse.c
mpl2parse.h
qttextparse.c
qttextparse.h
samiparse.c samiparse: clean up some GString usage 2022-07-01 17:24:52 +00:00
samiparse.h
tmplayerparse.c
tmplayerparse.h