<div dir="ltr">Dear support, <div><br></div><div>I installed gstreamer in centos7.9. </div><div>#<i><b>dnf install gstreamer1-devel gstreamer1-plugins-base-tools gstreamer1-doc gstreamer1-plugins-base-devel gstreamer1-plugins-good gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-devel gstreamer1-plugins-bad-free-extras</b></i><br>I get this result: </div><div>CentOS-7 - Base                                                                                                              1.8 MB/s |  10 MB     00:05<br>CentOS-7 - Updates                                                                                                           7.2 MB/s |  16 MB     00:02<br>CentOS-7 - Extras                                                                                                            104 kB/s | 310 kB     00:02<br>Last metadata expiration check: 0:00:01 ago on Mon 14 Feb 2022 08:54:12 PM.<br>No match for argument: gstreamer1-doc<br>No match for argument: gstreamer1-plugins-good-extras<br>No match for argument: gstreamer1-plugins-ugly<br>No match for argument: gstreamer1-plugins-bad-free-extras<br>Error: Unable to find a match: gstreamer1-doc gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free-extras<br></div><div><br></div><div>I removed: gstreamer1-doc gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free-extras, and installed the rest. After the installation: </div><div># <b><i>gst-inspect-1.0 --version</i></b><br>I get below result: </div><div>gst-inspect-1.0 version 1.10.4<br>GStreamer 1.10.4<br><a href="http://www.redhat.com">http://www.redhat.com</a><br></div><div><br></div><div>Then I try this command (it works in windows): </div><div>#<b><i>gst-launch-1.0 udpsrc address=127.0.0.1 port=12001 ! tsdemux parse-private-sections=TRUE ! h264parse ! avdec_h264 ! avenc_mpeg2video ! mpegtsmux alignment=7 ! udpsink host=127.0.0.1 port =15001 sync=false async=false</i></b><br></div><div>I get this error: </div><div>WARNING: erroneous pipeline: no element "avdec_h264"<br></div><div><br></div><div>I try to inspect it: </div><div>#<b><i> gst-inspect-1.0 avdec_h264</i></b></div>No such element or plugin 'avdec_h264'<br><div><br></div><div>When I try to inspect: tsdemux, it works, and shows detailed info. When I inspect avenc_mpeg2video, it also does not find the plugin. Anything else I need to install? What is the next step to check? Thanks.  </div></div>